PHY GET CLOTH SOLVER ITERATIONS

Find out how many iterations of the solver that the cloth is using.

  Syntax
Return Integer=PHY GET CLOTH SOLVER ITERATIONS(ID)
  Parameters
ID
Integer
identification number of the cloth object

  Returns

number of iterations

  Description

The number of solver iterations used by a cloth object will have an impact on how the simulation is processed. When smaller numbers are used the simulation will be faster however, when higher numbers are used the simulation may be more accurate but at the expense of computational time which will of course affect the frame rate. The default number of iterations for a cloth object is 5. Use this command to determine the number of solver iterations that the specified cloth object uses.

  Example Code
No example code is provided for this command